home *** CD-ROM | disk | FTP | other *** search
- /*
- MSGlobals.c
-
- Version 1.0d4
-
- Copyright © Apple Computer UK Ltd. 1992
-
- All rights reserved.
-
- Produced by : UK Developer Technical Support
- AppleLink : UK.DTS
- */
-
- #define __COMPGLOBALS__
-
- #include "MSGlobals.h"
-
- short gWCount;
- short gNewDocCount;
- MenuHandle myMenus[kLastMenu+1];
- short gFontMItem;
- Boolean gQuitting;
- Cursor editCursor;
- Cursor waitCursor;
- Boolean gInBackground;
-
- /*now for the environment variables set up by Gestalt*/
-
- Boolean gGestaltAvailable;
- Boolean gAppleEventsImplemented;
- Boolean gAliasManagerImplemented;
- Boolean gEditionManagerImplemented;
- Boolean gOutlineFontsImplemented;
-